home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2003 March / Practical Internet Issue 78.iso / pc / PracticalInternet.exe / scripts / DefineButton2_43 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-02-06  |  149 b   |  11 lines

  1. on(release){
  2.    tellTarget("../../")
  3.    {
  4.       call("CloseAllMenus");
  5.    }
  6.    tellTarget("../")
  7.    {
  8.       gotoAndStop("Credits");
  9.    }
  10. }
  11.